﻿input.ih5-iput_inner:focus {
    outline-style: solid;
    outline-width: 1px;
    border: none
}

.ih5-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    flex-shrink: 0
}

.ih5-input .outline {
    position: absolute;
    border: 1px solid;
    border-color: rgba(0,0,0,0);
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none
}

.ih5-textarea .outline {
    position: absolute;
    border: 1px solid;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none
}

.ih5-input-form {
    width: 100%;
    height: 100%
}

.ih5-input__inner.ih5-iput_inner {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    outline: rgba(0,0,0,0);
    padding: 0;
    letter-spacing: inherit;
    display: block
}

.ih5-input__inner.ih5-iput_inner:focus::placeholder {
    color: rgba(0,0,0,0)
}

.ih5-input__inner.ih5-iput_inner:focus ~ .outline {
    display: block
}

.ih5-input__inner.ih5-iput_inner:disabled {
    opacity: 1
}

.ih5-input__suffix {
    right: 24px;
    transition: all .3s;
    pointer-events: none
}

.ih5-input__prefix {
    left: 5px;
    transition: all .3s
}

.ih5-input--prefix .ih5-input__inner {
    padding-left: 30px
}

.ih5-input--suffix .ih5-input__inner {
    padding-right: 30px
}

.ih5-input__prefix, .ih5-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    width: 0;
    color: #c0c4cc;
    text-align: center
}

.ih5-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 40px
}

.ih5-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle
}

.ih5-icon-date:before {
    content: "";
    display: block;
    width: 14px;
    position: absolute;
    top: calc(50% - 7px);
    height: 14px;
    background: url(https://www.boxlightchina.com/ih5/resource/bucket/works/c4di1gggv317pnivcl00-release/search.svg) no-repeat
}

.ih5-icon-search:before {
    content: "";
    display: block;
    width: 14px;
    position: absolute;
    top: calc(50% - 7px);
    height: 14px;
    background: url(https://www.boxlightchina.com/ih5/resource/bucket/works/c4di1gggv317pnivcl00-release/search.svg) no-repeat -14px 0px
}

.ih5_textarea {
    width: 100%;
    height: 100%;
    display: block;
    resize: vertical;
    line-height: 1.5;
    box-sizing: border-box;
    font-size: inherit;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border: 1px solid #dcdfe6;
    padding: 0;
    transition: border-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    outline: rgba(0,0,0,0);
    letter-spacing: inherit
}

.ih5_textarea:focus::placeholder {
    color: rgba(0,0,0,0)
}

.ih5_textarea:focus ~ .outline {
    display: block
}
